LG GH1000 communication driver

 

LG GH1000 communication driver is the driver to communicate with GH1000, GH500 controller of LG Honeywell.

 

1. Read Settings

 

<Figure 1> is read setting example of LG GH1000 communication driver.

<Figure 1>  Read setting example of LG GH1000 communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively, according to controller.

 

Note) You have to set 1 the parameter of communication execution. ( refer to GH1000 manual for more information )

 

LG GH1000 communication driver read schedule

Read schedule setting parameters are as follows:

1) Station – 1 ~ 16 controller station number.

2) Read command – File number = 1, 2, 3, 4, 5, 6, 7, 8. ( refer to <Table 1> ~  <Table 8> )

3) Read start address –  read start address of file.

4) Save start address for Communication Server – Saving start address of Communication Server.

5) Read Size – read size.

 

Read schedule example)

READ,           1,           3,           7,           0,           1,

READ,           1,           8,           1,           1,           1,

READ,           1,           3,           10,         2,           1,

 

2. Writing settings

 You can control LG GH1000 controller by using 'writing settings'. 

 

Digital Write

Digital write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             1 ~ 16 controller station number.

3)  ADDRESS          writing address of file.

4)  Extra1                  Write file number = 1, 2, 3, ....

5) Extra2                   don't care.

 

Write example 1)

PORT:0,  station:1, ADDRESS:0010, Extra1: 3,  Extra2 : 0

The setting parameter shown above is Manual MV(0:BUMPLESS, 1:PRESET) control example of 1 station LG GH1000 controller.

 

Analog Write 

Analog write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             1 ~ 16 controller station number.

3)  ADDRESS          writing address of file.

4)  Extra1                  Write file number = 1, 2, 3, ....

5) Extra2                   don't care.

 

<Table 1> ~ <Table 8> are address and contents of file area 1 ~ 8.

Address Contents Remarks
1 equipment code 1000
2 output type

"RO" = Relay output

"VO" = voltage pulse output

"IO" = current

output "MO" = M/M output

3 Option Type

"001" = don't exist Option

"C01" = communicatin Option

"003" =auxiliary output+RSW Option

"C03" = communication+auxiliary output+RSW

4 Version number Micom number
<Table 1> Address and contents of file area 1
Address Contents Remarks
1 Auto Tuning running
valid only when A/M = A status
0 = stop
1 = run
2 A/M status 0 = AUTO
1 = MANUAL
3 R/L status 0 = Local
1 = Remote
4 RSW 0 = NOP
1 = RSW1:A/M
      RSW2:SP1/2
2 = RSW1:R/L
     RSW2:forward/reverse
5  MV when Manual 0~1000 or
current output – 100~1100*0.1%
<Table 2> Address and contents of file area 2

Address Contents Remarks
1 unit of temperature

0 = C (Celsius)

1 = F (Fahrenheit)

2 control operation

0 = reverse operation

1 = forwared operation

3 input type

1~6 = T/C

10~11 = RTD

20~23 = Linear

4 lower limit of Linear Scale

-upper limit U

5 upper limit of Linear Scale

lower limit~9999U

6 PV dot position

0~3

7 SP1      

 

8 SP2      

 

9 Error MV

0~1000 or current output -100~1100*0.1%

10 Manual MV

0 = BUMPLESS

1 = PRESET

11 Preset MV

0~1000 or current output -100~1100*0.1%

<Table 3> Address and contents of file area 3
Address Contents Remarks
1 execution of SP 1 = SP1
2 = SP2
2 SP elevation angle of inclination 0~9999U/minute
3 SP descent angle of inclination 0~9999U/minute
4 PV Filter 0~120second
5 PV Bias -100~100U
<Table 4> Address and contents of file area 4

Address Contents Remarks
1 P 0~9999*0.1%:Relay,voltage pulse output1~9999*0.1%:current,M/M output
2 I 0~3600 second
3 D 0~3600 second
4 LBA 0~7200 second
5 CYCLE TIME 1~100 second : Relay,when voltage pulse output
6 operation interval 0~100U : when P=0 Relay,when voltage pulse output
7 deadband 5~50*0.1% : when M/M output
<Table 5> Address and contents of file area 5

Address Contents Remarks
1 lower limit of MV -100~MV upper limit*0.1%:current output
0~MV upper limit*0.1%: etc
2 upper limit of MV MV lower limit~1100*0.1%:current output
MV lower limit~1000*0.1%:etc
3 selection of auxiliary output 0 = PV
1 = execution SP
2 = MV
4 lower limit of auxiliary output(4mA) -1999~9999U
5 upper limit of auxiliary output(20mA) -1999~9999U
<Table 6> Address and contents of file area 6
Address Contents Remarks
1 Event 1 Type 0~6, 11~16
2 Event 1 setting value -1999~9999U
3 Event 1 hysteresis 0~100U
4 Event 2 Type 0~6, 11~16
5 Event 2 setting value -1999~9999U
6 Event 2 hysteresis 0~100U
<Table 7> Address and contents of file area 7
Address Contents Remarks
1 PV value       
2 operation SP  
3 MV 0~1000 or current output -100~1100*0.1%
4 Event1 output status 0 = OFF1 = ON
5 Event2 output status 0 = OFF1 = ON
6 RSW1 input status 0 = OFF1 = ON
7 RSW2 input status 0 = OFF1 = ON
8 Alarm status 0 = normal
1 = PV Burn-out or Range Over
2 = RSP Burn-out
3 = M/M FB Value Burn-out
4 = RSP reverse connection
5 = EEPROM Check Sum Error
6 = EEPROM Read/Write Error
<Table 8> Address and contents of file area 8

Please refer to GH1000 manual for more information of file area and address.